body {
	background-color: #000000;
	color: #fff;
}

.sidearm-splash .sidearm-splash-html-container {
	max-width: 1200px;
}

p {
	vertical-align: middle;
}

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

#menu {
	background-color: #202020;
	padding: 5px 10px;
	/*overflow: auto;*/
}

#menu a, #menu a:link, #menu a:visited {
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Fjalla One', Helvetica;
	font-size: 1.5em;
	vertical-align: middle;
	display: block;
}	

#rolltide-link {
	padding-right: 20px;
}

.content-item {
	/*border: 1px solid #fff;*/
	padding: 10px;
	margin: 10px 0;
	color: #000000;
	font-size: .8em;
	font-weight: bold;
}

h2 {
	/*border-bottom: 5px dotted #a60c31;*/
	color: #fff;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	background: url("../../../graphics/splash/20181219-red/dot-border.jpg") transparent left bottom no-repeat;
	padding-bottom: 15px;
	margin: 0;
}

h2 span {
	font-weight: 300;
	font-size: .8em;
	padding-left: 20px;
}

h2:before {
	content: url("../../../graphics/splash/20181219/script-a30x30.png");
	padding-right: 5px;
}

.bio-stats {
	background: #cccccc;
	width: 100%;
	padding: 5px;
	max-width: 400px;
}

.image {
	position: relative;
}

.position {
	position: absolute;
	top: 0;
	left: 0;
	background: #c9942c;
	color: #ffffff;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Teko', sans-serif;
}

#logos {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

#logos .content-item {
	flex-basis: auto;
}

@media (min-width: 624px) {
	#content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.content-item {
		flex-basis: 48%;
	}

	#menu {
		display: flex;
		/*justify-content: space-between;*/
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: center;
	}
}

@media (min-width: 936px) {
	#content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.content-item {
		flex-basis: 32%;
	}
}